home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / pv050doc.zip / HISTORY.DOC < prev    next >
Text File  |  1991-09-08  |  3KB  |  62 lines

  1. Persistence of Vision Raytracer Version History
  2. -------------------------------------------------
  3.  
  4.  PV-Ray was originally DKBTrace Ver. 2.12 written by David Buck. He 
  5. donated the rights to his source code so the PV-Team could enhance this
  6. raytracer as a group project similar to Fractint. The source code for
  7. PV-Ray will always be freely distributable subject to the restrictions
  8. in the header files. Thanks David, for your generous gift!
  9.     
  10. Version 0.02 BETA Release 7/29/91 (as STAR-Light)
  11. ----------------------------------
  12.  First version is still basically DKBTrace 2.12 with a few new features.
  13.  
  14.  - Materials mapping added by Drew Wells.(see matmap.dat)
  15.  - ONION & LEOPARD textures added by Scott Taylor.
  16.  - Time to trace display added by Bill Pulver.
  17.  - Grayscale display (+g) for IBM-PC's added by Scott Taylor.
  18.  - Small wood texture bug fixed to create true cylinders.
  19.  - Verbose now displays more info including file being traced.
  20.  - Option +vO added to enable old-style terse verbose.
  21.  - Texture.c broken into smaller modules.
  22.  - PAINTED1, 2, & 3 added for developers.
  23.  - BUMPY1, 2, & 3 added for developers.
  24.   
  25. PvRay Version 0.5 BETA Release 9/07/91
  26. ----------------------------------
  27.  Many more changes this time around, including...
  28.  
  29.  - Many enhancements from Alexander Enzmann
  30.     - Bezier bicubic subpatches
  31.     - Ploynomial surfaces
  32.     - New mapping types (sphere, etc.)
  33.     - Sturmian sequences
  34.     - Clipping shapes
  35.     - (have I forgotten anything??)
  36.  - Lots of hard work and enhancements by Aaron Collins
  37.  - Height fields by Doug Muir
  38.  - Bump Mapping by Doug Muir and Drew Wells
  39.  - Interpolation by Girish T. Hagan adapted for mapping by Drew Wells
  40.  - # and ; are now ignored. 
  41.  - case_sensitive keywords and command line option added by Drew Wells
  42.    > case_sensitive_yes -- All words checked for exact case. Keywords must be
  43.                            in upper case. (*Old DKB Style*)
  44.    > case_sensitive_no  -- Case is ignored for all words.
  45.    > case_sensitive_opt -- DEFAULT - All words checked for exact case except
  46.                            keywords. Keywords will be accepted in upper and/or
  47.                            lower case. 
  48.    > command line -- /ty = yes, /tn = no, /to = opt
  49.  - cnvdat.c to convert old dat files included with pvsrc.
  50.  - C++ style commenting - // ignore to end of line. 
  51.                       and /* ignore between braces */ nesting not allowed.
  52.  - New default style verbose trace info (+v1) 
  53.  - Old-new style verbose (+v0)
  54.  - Verbose trace info outputs to stderr so that stats can be redirected to
  55.    file.
  56.  - New stats display outputs to stdout for better redirection.
  57.  - New lighting routines by David Buck.
  58.  - The declared colors Red, Green, and Blue in colors.dat are now CRed, CBlue,
  59.    CGreen.
  60.  - The declared quadric Sphere in shapes.dat is now QSphere.
  61.  - Textures.dat has been cleaned up and commented.
  62.